projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12e5d0
)
Add NEWS for pdumper
author
Daniel Colascione
<dancol@dancol.org>
Tue, 15 Jan 2019 22:39:23 +0000
(17:39 -0500)
committer
Daniel Colascione
<dancol@dancol.org>
Tue, 15 Jan 2019 22:39:23 +0000
(17:39 -0500)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index bb214f26c5b3c025f09b08119ca0a0c1e18b2f85..5af0c1fab034e24444e0d1ec0461b82eb5a6bcb1 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-59,6
+59,11
@@
option '--enable-check-lisp-object-type' is therefore no longer as
useful and so is no longer enabled by default in developer builds,
to reduce differences between developer and production builds.
+** Emacs by default uses a "portable dumper" instead of unexec,
+improving compatibility with modern systems and supporting ASLR.
+Emacs now needs an "emacs.pdmp" file, generated during the built, in
+its data directory at runtime.
+
** Ibuffer
---